projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5fc07
)
Shell script used to strip dependencies out of .la files.
author
Owen Taylor
<otaylor@src.gnome.org>
Sun, 3 Mar 2002 02:50:26 +0000
(
02:50
+0000)
committer
Owen Taylor
<otaylor@src.gnome.org>
Sun, 3 Mar 2002 02:50:26 +0000
(
02:50
+0000)
* gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
used to strip dependencies out of .la files.
sanitize-la.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/sanitize-la.sh
b/sanitize-la.sh
new file mode 100755
(executable)
index 0000000..
9bc0ba2
--- /dev/null
+++ b/
sanitize-la.sh
@@ -0,0
+1,3
@@
+#!/bin/sh
+
+sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1